github.com/klauspost/compress/huff0.bitReaderShifted.advance (method)

4 uses

	github.com/klauspost/compress/huff0 (current package)
		bitreader.go#L155: 	b.advance(8 - uint8(highBit32(uint32(v))))
		bitreader.go#L165: func (b *bitReaderShifted) advance(n uint8) {
		decompress_amd64.go#L124: 			br.advance(nBits)
		decompress_amd64.go#L217: 		br.advance(nBits)